Minimum Spanning Tree and Approximation of the Traveling Salesman Problem
ثبت نشده
چکیده
A tree T is defined as a graph without any cycles. If edges are weighted, then we can define the minimum spanning tree (MST) of a graph G. The MST is the tree with smallest total edge weight that connects every node in G. Note that G must be a connected graph for any spanning tree, let alone a minimum spanning tree, to exist. We denote this MST as T ∗, which will be a subgraph of G (i.e., the edges of the graph T ∗ must be a subset of the edges of G). Finding the MST of a weighted graph feels like a combinatorial problem, the kind of thing that could easily be much more difficult than it would seem; however, we can use properties of the MST to find it easily using either of two different approaches. The key properties of MST that we will employ are as follows:
منابع مشابه
Reassembling trees for the traveling salesman
Many recent approximation algorithms for different variants of the traveling salesman problem (asymmetric TSP, graph TSP, s-t-path TSP) exploit the well-known fact that a solution of the natural linear programming relaxation can be written as convex combination of spanning trees. The main argument then is that randomly sampling a tree from such a distribution and then completing the tree to a t...
متن کاملOn the Approximation Ratio of the Path Matching Christofides Algorithm
Definition The traveling salesman problem (TSP) is the following optimization problem. Given a complete graph G with edge costs, find a Hamiltonian cycle of minimum cost in G. Definition The metric traveling salesman problem (∆-TSP) is the TSP restricted to instances satisfying the triangle inequality Definition The traveling salesman problem (TSP) is the following optimization problem. Given a...
متن کاملA 4-Approximation Algorithm for k-Prize Collecting Steiner Tree Problems
This paper studies a 4-approximation algorithm for k-prize collecting Steiner tree problems. This problem generalizes both k-minimum spanning tree problems and prize collecting Steiner tree problems. Our proposed algorithm employs two 2-approximation algorithms for k-minimum spanning tree problems and prize collecting Steiner tree problems. Also our algorithm framework can be applied to a speci...
متن کاملFaster Geometric K-point MST Approximation
We give fast new approximation algorithms for the problem of choosing k planar points out of n to minimize the length of their minimum spanning tree (equivalently, of their traveling salesman tour or Steiner tree). For any x ≤ k, we can find an approximation achieving approximation ratio O(log k/ log x) in time O(n log n+ 2kn log k). In particular, we get an approximation with ratio O(log k/ lo...
متن کاملEquidistribution in All Dimensions of Worst-Case Point Sets for the Traveling Salesman Problem
Given a set S of n points in the unit square $[ 0,1 ]^d $, an optimal traveling salesman tour of S is a tour of S that is of minimum length. A worst-case point set for the traveling salesman problem in the unit square is a point set $S^{( n )} $ whose optimal traveling salesman tour achieves the maximum possible length among all point sets $S \subset [ 0,1 ]^d $, where $| S | = n$. An open prob...
متن کاملThe minimum area spanning tree problem
Motivated by optimization problems in sensor coverage, we formulate and study the Minimum-Area Spanning Tree (mast) problem: Given a set P of n points in the plane, find a spanning tree of P of minimum “area,” where the area of a spanning tree T is the area of the union of the n − 1 disks whose diameters are the edges in T . We prove that the Euclidean minimum spanning tree of P is a constant-f...
متن کامل